home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 32
/
CD Expert nº 32.iso
/
Emergency
/
emergyus.exe
/
BC5
/
EXAMPLES
/
SERIES
/
SIMPLE
/
readme.txt
Wrap
Text File
|
1997-03-25
|
1KB
|
34 lines
SIMPLE - Root node of sample framework
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
Copyright (C) 1993-1995 Microsoft Corporation. All Rights Reserved.
PURPOSE:
A minimal windows application that is used as the basis for the
rest of the samples.
USES:
No other samples are used in constructing simple.
COMMENTS:
The Windows SDK Generic Application Example is a sample application
that you can use to get an idea of how to perform some of the simple
functionality that all Applications written for Microsoft Windows
should implement. You can use this application as either a starting
point from which to build your own applications, or for quickly
testing out functionality of an interesting Windows API.
This application is source compatible for with Windows 3.1,
Windows NT, and Windows 95.
MODULE MAP:
WinMain - Calls initialization functions and processes the message loop
Simple - Implements the window procedure for the main application window
Init - Performs application and instance specific initialization